home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / dmp203.arc / DMPNEW.DOC < prev    next >
Text File  |  1990-10-31  |  4KB  |  91 lines

  1.  
  2.  
  3.  
  4.             DMPNEW.DOC - revision 2.03 - This file updated 31-Oct-1990.
  5.             Changes since DMP revision 2.02:
  6.  
  7.   1. Parallel port output speed adjustment.  The commands for this new
  8.      function are described in the parallel printer output section of the
  9.      manual.
  10.  
  11.         The parallel port output speed has been increased to allow faster
  12.      output for laser printers and output to print buffers.  Also, DMP will
  13.      now adjust it's output speed to match your printer while it is sending
  14.      data to the printer.
  15.  
  16.         A new parameter has been added to the parallel printer command to
  17.      allow adjustment of the output speed, if needed.  The syntax for the
  18.      parallel printer command is now:  "/LPTx:nn".  x is the printer
  19.      number, as in prior versions of DMP.    nn is a number from 0 to 99
  20.      corresponding to the maximum output speed.   Both the "x" and the "nn"
  21.      parameters are optional.  LPT1 is used if none is specified.  The
  22.      default speed setting is 75.  It is rarely necessary to adjust the
  23.      speed setting, as it is "tuned" while printing.
  24.  
  25.         The display now shows the current speed setting and the maximum
  26.      speed.  The maximum speed is the one you can select with this command,
  27.      with the default value of 75.  The current speed starts out with a
  28.      value of 20.  The current speed will not change until something is
  29.      sent to the printer, and it will not be greater than the maximum that
  30.      your printer can accept.
  31.  
  32.         The two situations in which you might want to change the maximum
  33.      speed setting are:
  34.  
  35.        -The printer goes full speed, but the computer does not run smoothly
  36.         while printing.  This can be important if you are running a commun-
  37.         ications program and a slowdown is noted or characters are missed
  38.         while printing.  Slow the printing by using a lower maximum speed.
  39.  
  40.        -Your computer performs fine, but the printer is at less than full
  41.         speed. Set the maximum higher.  More CPU time will be used for
  42.         printing. This will probably not be noticeable on faster computers.
  43.  
  44.  
  45.   2. Improved serial port output speed.
  46.  
  47.         The output for a serial port printer was improved for compatibility
  48.      with PS/2 computers and faster output for laser printers.
  49.  
  50.  
  51.   3. New options for the PF "Print File" utility.  These commands are not
  52.      in the manual.
  53.  
  54.         The PF utility normally sends a form-feed character to the printer
  55.      after each file printed.  This function can now be turned off and back
  56.      on in the command line.  The commands are "/F-" and "/F+" for off and
  57.      on, respectively.  Do not type the quotes.
  58.  
  59.  
  60.  
  61.         Files or filespecs on the command line after "/F-" are printed
  62.      without a form-feed.  If a "/F+" is encountered, following files will
  63.      be printed with a form-feed.  Example:
  64.           PF ABC.TXT /F- DEF.TXT /F+ GHI.TXT.
  65.      File ABC.TXT is printed, the page is ejected, files DEF.TXT and
  66.      GHI.TXT are printed with no form-feed between, and a form-feed follows
  67.      GHI.TXT.
  68.  
  69.  
  70.   4. Using DMP with Himem.Sys or other XMM extended memory driver.
  71.  
  72.         Several inquiries have been received concerning the operation of
  73.      DMP with XMM drivers, including use of the HMA.  Popular XMM drivers
  74.      include Himem.Sys, Qemm, and 386Max.  The latest versions of these
  75.      programs provide considerable control over the memory in 286 and
  76.      especially 386 computers in addition to the XMM driver functions.  DMP
  77.      will use only the XMM compatible functions of these drivers.
  78.      Himem.Sys version 2.06 is included with the distribution disk for DMP.
  79.      If you have a newer version of Himem or any version of another driver
  80.      that supports XMM, use your own driver instead.
  81.  
  82.         If you want DMP to use extended memory with the XMM driver, refer
  83.      to the section in the manual on extended memory spooling.  The
  84.      technical section near the end of the manual also gives some details
  85.      about spooling to extended memory and use of the HMA.
  86.  
  87.  
  88.      The resident size of DMP has increased by about 1k bytes.  This
  89.      includes the changes described above, plus some additional functions
  90.      that will be used in the next version.
  91.